on *:TEXT:*:?: {
  if ($nick == %whispered) {
    access $active add DENY $address($nick,1)
    kick $active $nick I said, WHO THE FUCK SAID YOU COULD WHISPER ME? :@ (Access ban set for infinite)
    unset %whispered
    closemsg $nick
  }
  else {
    kick $active $nick Who the fuck said you could whisper me??
    set %whispered $nick
    closemsg $nick
  }
}
